tests: Add integration tests for collections
authorPhilip Withnall <withnall@endlessm.com>
Tue, 13 Jun 2017 17:55:53 +0000 (18:55 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 26 Jun 2017 15:56:07 +0000 (15:56 +0000)
commit11ad3ec5293dbcd6241cdb3220e62785b07b9290
tree4fa2c58df5399a0f1d7872b72e2a14394eae1908
parent3dd4848c9606f3e8d5e4c974f16be5e910769a5f
tests: Add integration tests for collections

Test various pieces of core and command line utility functionality
relating to the newly-introduced concept of collections. Mostly focussed
around the find-remotes utility, and around handling of collection–refs.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #924
Approved by: cgwalters
Makefile-tests.am
tests/libtest.sh
tests/test-find-remotes.sh [new file with mode: 0755]
tests/test-fsck-collections.sh [new file with mode: 0755]
tests/test-init-collections.sh [new file with mode: 0755]
tests/test-prune-collections.sh [new file with mode: 0755]
tests/test-refs-collections.sh [new file with mode: 0755]
tests/test-remote-add-collections.sh [new file with mode: 0755]
tests/test-summary-collections.sh [new file with mode: 0755]